Magento 2 郵件相關程式碼

Magento 2 郵件相關程式碼

Posted by Magento on 2019-10-21 21:00:00

Magento2 郵件相關


定義郵件模板

Path : /etc/email_templates.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
    <template id="module_hello_email_template" label="Test Mail" file="hello.html" type="html" module="Infinity_Base" area="frontend"/>
</config>

建立郵件模組

Path: /view/frontend/email/hello.html

寄送郵件

取得郵件模組


 

模組變數


 

參考資料:

Segmentfault.com